fmt.fmt.padString (method)
7 uses
	fmt (current package)
		format.go#L111: func (f *fmt) padString(s string) {
		format.go#L131: 		f.padString("true")
		format.go#L133: 		f.padString("false")
		format.go#L362: 	f.padString(s)
		format.go#L453: 		f.padString("`" + s + "`")
		print.go#L573: 				p.fmt.padString(nilAngleString)
		print.go#L688: 			p.fmt.padString(nilAngleString)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |